Changed the notification format

I think the most important part, the commit message, was missing previously.
I also removed some less important parts, the repository will probably stay
the same and the travis build number is included in the build details link.

Before:
cantino/huginn#533 (master - 079b02f : Andrew Cantino): The build passed.
After:
<Andrew Cantino> master - 079b02f (Some random commit message): The build passed.

Dominik Sander 10 anos atrás
pai
commit
7f0496efa4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,6 +17,6 @@ notifications:
17 17
     channels:
18 18
       - "chat.freenode.net#huginn"
19 19
     template:
20
-      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
20
+      - "<%{author}> %{branch} - %{commit} (%{commit_message}): %{message}"
21 21
       - "Change view : %{compare_url}"
22 22
       - "Build details : %{build_url}"